id: atis title: Get Airport ATIS meta: Overview of the Airport ATIS endpoint of the Infinite Flight Live API order: 10 contributor: KaiM #

Get Airport ATIS #

Retrieve the ATIS for an airport on a specific server if it is active.

Resource #

GET https://api.infiniteflight.com/public/v2/sessions/{sessionId}/airport/{airportIcao}/atis

Authorization #

Include your API key (<apikey>) by either:

Parameters #

Name Located in Description Required Schema
airportIcao query ICAO of the airport to get the ATIS for Yes string
sessionId query Session (Server) ID of the Live Server Yes string (uuid)

Response #

Sample Response #

{
    "errorCode":0,
    "result":"Manchester Airport, ATIS information DELTA, time 2355 ZULU, Wind 350 at 6 Visibility 21, Temperature 2, Dew Point 0, QNH 1024. Remarks, no pattern work allowed, no light aircraft accepted at this time. Landing Runways 05L and 05R, Departing Runways 05L and 05R. Advise on initial contact, you have information DELTA."
}

LiveAPIResponse #

Response Type: application/json

Name Type Description
errorCode integer Enum: "Ok = 0", "UserNotFound = 1", "MissingRequestParameters = 2", "EndpointError = 3", "NotAuthorized = 4", "ServerNotFound = 5", "FlightNotFound = 6", "NoAtisAvailable = 7"
result string The ATIS, or null if it is not available